Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Text Handling Functions /


JMCopyTextRef

Duplicates a text object.

OSStatus JMCopyTextRef (
const JMTextRef textRefSrc,
JMTextRef* textRefDst);
textRefSrc
The text object you want to duplicate.
textRefDst
A pointer to a text object. On return, this parameter contains a copy of the textRefSrc text object.
function result
A result code; see "JManager Result Codes".

Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997